-
Notifications
You must be signed in to change notification settings - Fork 13
Scgpt update #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Scgpt update #87
Conversation
Co-authored-by: Luke Zappia <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor comments
| # TODO: Try to find working installation of flash attention (flash-attn<1.0.5) | ||
| setup: | ||
| #- type: python | ||
| # pypi: | ||
| # - gdown | ||
| # - scgpt # Install from PyPI to get dependencies | ||
| #- type: docker | ||
| # # Force re-installing from GitHub to get bug fixes | ||
| # run: pip install --upgrade --no-deps --force-reinstall git+https://github.com/bowang-lab/scGPT.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| # TODO: Try to find working installation of flash attention (flash-attn<1.0.5) | |
| setup: | |
| #- type: python | |
| # pypi: | |
| # - gdown | |
| # - scgpt # Install from PyPI to get dependencies | |
| #- type: docker | |
| # # Force re-installing from GitHub to get bug fixes | |
| # run: pip install --upgrade --no-deps --force-reinstall git+https://github.com/bowang-lab/scGPT.git | |
| setup: |
This shouldn't be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
| type: integer | ||
| description: The maximum length of the gene sequence. | ||
| default: 4000 | ||
| default: 2300 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was already merged, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then I don't see why it still shows as a modification... :/
Describe your changes
moving this to a new PR